home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / Library / Implementation / HTNews.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  709 b   |  31 lines

  1. /*                                  Network News Transfer protocol module for the WWW library
  2.                                           HTNEWS
  3.                                              
  4.  */
  5. /* History:
  6. **      26 Sep 90       Written TBL in Objective-C
  7. **      29 Nov 91       Downgraded to C, for portable implementation.
  8. */
  9.  
  10. #ifndef HTNEWS_H
  11. #define HTNEWS_H
  12.  
  13. #include "HTAccess.h"
  14. #include "HTAnchor.h"
  15. /* extern int HTLoadNews PARAMS((const char *arg,
  16.         HTParentAnchor * anAnchor,
  17.         int diag));
  18. */
  19. extern HTProtocol HTNews;
  20.  
  21. extern void HTSetNewsHost PARAMS((CONST char *value));
  22. extern CONST char * HTGetNewsHost NOPARAMS;
  23. extern char * HTNewsHost;
  24.  
  25. #endif /* HTNEWS_H */
  26.  
  27.  
  28. /*
  29.  
  30.    tbl  */
  31.